home *** CD-ROM | disk | FTP | other *** search
- Path: news.production.compuserve.com!news
- From: John Puopolo <102262.612@CompuServe.COM>
- Newsgroups: comp.lang.c++
- Subject: Re: novice question on copy constru
- Date: 15 Feb 1996 23:16:56 GMT
- Organization: Lotus Development Corporation
- Message-ID: <4g0et8$3h6$2@mhadg.production.compuserve.com>
- References: <AL9SoXAZfTHxEwVN@mics.demon.co.uk>
-
- It is recommended that you always supply:
-
- A ctor
- A dtor (virtual if approp)
- A copy ctor
- An assignment (=) operator
-
- For every non-trivial class that you implement. Leave nothing to
- chance and you'll have far fewer headaches. Been there... done
- that.
-
- --
- John Puopolo, Lotus Development Corporation
- 102262,612 or jpuopolo@crd.lotus.com
- "Knowledge itself is power."
-